home *** CD-ROM | disk | FTP | other *** search
- object fMessageDlg: TfMessageDlg
- Left = 263
- Top = 306
- BorderStyle = bsDialog
- ClientHeight = 103
- ClientWidth = 414
- Color = clBtnFace
- Constraints.MaxHeight = 130
- ParentFont = True
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 59
- Top = 8
- Width = 333
- Height = 49
- AutoSize = False
- Layout = tlCenter
- WordWrap = True
- end
- object Image1: TImage
- Left = 8
- Top = 8
- Width = 41
- Height = 41
- end
- object PanYesNo: TPanel
- Left = 0
- Top = -2
- Width = 414
- Height = 35
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- Visible = False
- object btNo: TButton
- Left = 205
- Top = 7
- Width = 75
- Height = 23
- Caption = 'No'
- Default = True
- TabOrder = 0
- OnClick = btNoClick
- end
- object btYes: TButton
- Left = 123
- Top = 7
- Width = 75
- Height = 23
- Caption = 'Yes'
- TabOrder = 1
- OnClick = btYesClick
- end
- end
- object PanOk: TPanel
- Left = 0
- Top = 68
- Width = 414
- Height = 35
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- Visible = False
- object btok: TButton
- Left = 165
- Top = 8
- Width = 75
- Height = 23
- Caption = 'Ok'
- Default = True
- TabOrder = 0
- OnClick = btokClick
- end
- end
- object PanYesNoCancel: TPanel
- Left = 0
- Top = 33
- Width = 414
- Height = 35
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 2
- Visible = False
- object mrNo2: TButton
- Left = 165
- Top = 7
- Width = 75
- Height = 23
- Caption = 'No'
- TabOrder = 0
- OnClick = mrNo2Click
- end
- object mrYes2: TButton
- Left = 83
- Top = 7
- Width = 75
- Height = 23
- Caption = 'Yes'
- TabOrder = 1
- OnClick = mrYes2Click
- end
- object mrCancel2: TButton
- Left = 247
- Top = 7
- Width = 75
- Height = 23
- Caption = 'Cancel'
- Default = True
- TabOrder = 2
- OnClick = mrCancel2Click
- end
- end
- object PanYesToAll: TPanel
- Left = 0
- Top = -37
- Width = 414
- Height = 35
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 3
- Visible = False
- object Btno3: TButton
- Left = 165
- Top = 7
- Width = 75
- Height = 23
- Caption = 'No'
- Default = True
- TabOrder = 0
- OnClick = btNoClick
- end
- object btYes3: TButton
- Left = 83
- Top = 7
- Width = 75
- Height = 23
- Caption = 'Yes'
- TabOrder = 1
- OnClick = btYesClick
- end
- object yestoall: TButton
- Left = 247
- Top = 7
- Width = 75
- Height = 23
- Caption = 'Yes to all'
- Default = True
- ModalResult = 10
- TabOrder = 2
- OnClick = yestoallClick
- end
- end
- end
-